hide
Hides an existing fragment. This is only relevant for fragments whose views have been added to a container, as this will cause the view to be hidden.
Return
Returns the same FragmentTransaction instance.
Parameters
fragment
The fragment to be hidden.